API

Logistics APIs

GET logistics/stock-adjustments

List of stock adjustments

HTTP method GET
URI https://api.rambase.net/logistics/stock-adjustments
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 624, version 17

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

InfoNotification() Named filter Stock corrections with notifications of category I (Information)
MyStockCorrections() Named filter Stock corrections assigned to the current user
PendingRegistration() Named filter Stock corrections pending registration (status 0).
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
ContainingNotificationTypeId Integer Notification type identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
GoodsReceptionId Docref-noitm Goods reception identifier.
GoodsReceptionItemId Integer Item-/line-number of the goods reception.
LocationShortName String Unique abbreviation/short name of the location.
ManufacturerId Integer Manufacturer identifier.
ManufacturerShortName String Shortname/code of the manufacturer.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductType String Type of product.
Quantity Decimal The quantity the stock has been (or will be) corrected by. Note that a negative quantity means that the stock will be adjusted up.
Reason Integer Reason for stock correction.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status Integer Status of stock correction.
StockAdjustmentId Integer Stock correction identifier.
StockLocationId Integer Stock location identifier.
StockTakingId Integer Stock taking identifier.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).
Type Integer Type of stock correction.

Read more about filters and sorting on how to use sortable parameters

Assignee Integer The user who has been assigned to work with this object.
ContainingNotificationTypeId Integer Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
GoodsReceptionId Docref-noitm Goods reception identifier
GoodsReceptionItemId Integer Item-/line-number of the goods reception
LocationShortName String Unique abbreviation/short name of the location
ManufacturerId Integer Manufacturer identifier
ManufacturerShortName String Shortname/code of the manufacturer
ProductId Integer Product identifier
ProductName String Name of the product
ProductType String Type of product
Quantity Decimal The quantity the stock has been (or will be) corrected by. Note that a negative quantity means that the stock will be adjusted up.
Reason Integer Reason for stock correction
RegistrationDate Date Date of registration
Status Integer Status of stock correction
StockAdjustmentId Integer Stock correction identifier
StockLocationId Integer Stock location identifier
StockTakingId Integer Stock taking identifier
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)
Type Integer Type of stock correction

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<StockAdjustments>
2
     <StockAdjustment>
3
          <StockAdjustmentId
StockAdjustmentId

Stock correction identifier

>
{Integer}</StockAdjustmentId>
4
          <Status
Status

Status of stock correction

Possible domain values can be found here

>
{Integer}</Status>
5
          <Type
Type

Type of stock correction

Possible domain values can be found here

>
{Integer}</Type>
6
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
7
          <Note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

>
{String}</Note>
8
          <Quantity
Quantity

The quantity the stock has been (or will be) corrected by. Note that a negative quantity means that the stock will be adjusted up.

>
{Decimal}</Quantity>
9
          <RegistrationDate
RegistrationDate

Date of registration

>
{Date}</RegistrationDate>
10
          <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
11
          <Reason
Reason

Reason for stock correction

Possible domain values can be found here

>
{Integer}</Reason>
12
          <Assignee
Assignee

The user who has been assigned to work with this object.

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

>
13
               <UserId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

>
{Integer}</UserId>
14
               <Name
Name

Name of the user

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

>
{String}</Name>
15
               <FirstName
FirstName

First name of the user

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

>
{String}</FirstName>
16
               <UserLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

>
{String}</UserLink>
17
          </Assignee>
18
          <StockLocation
StockLocation

The stock location beeing adjusted

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
19
               <StockLocationId
StockLocationId

Stock location identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{Integer}</StockLocationId>
20
               <Label
Label

Name of current- and parent stock locations, including seperator for location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{String}</Label>
21
               <Location
Location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
22
                    <LocationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{Integer}</LocationId>
23
                    <Name
Name

Name of location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{String}</Name>
24
                    <ShortName
ShortName

Unique abbreviation/short name of the location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{String}</ShortName>
25
                    <LocationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{String}</LocationLink>
26
               </Location>
27
               <StockLocationLink
StockLocationLink

Stock location reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

>
{String}</StockLocationLink>
28
          </StockLocation>
29
          <StockTaking
StockTaking

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockTaking in your request URI to get this field

>
30
               <StockTakingId
StockTakingId

Stock taking identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockTaking in your request URI to get this field

>
{Integer}</StockTakingId>
31
               <StockTakingLink
StockTakingLink

Stock taking reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockTaking in your request URI to get this field

>
{String}</StockTakingLink>
32
          </StockTaking>
33
          <GoodsReceptionItem>
34
               <GoodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

>
{Integer}</GoodsReceptionItemId>
35
               <MeasurementUnit>
36
                    <MeasurementUnitId
MeasurementUnitId

Material unit reference

>
{Integer}</MeasurementUnitId>
37
                    <Unit
Unit

Measurement unit (ex. mm, km, dl, kg)

>
{String}</Unit>
38
                    <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

>
{String}</MeasurementUnitLink>
39
               </MeasurementUnit>
40
               <Product>
41
                    <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
42
                    <Name
Name

Name of the product

>
{String}</Name>
43
                    <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
44
                    <Description
Description

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</Description>
45
                    <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
46
               </Product>
47
               <ManufacturersProduct
ManufacturersProduct

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

>
48
                    <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

>
{Integer}</ManufacturersProductId>
49
                    <Name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

>
{String}</Name>
50
                    <ManufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

>
{String}</ManufacturersProductLink>
51
               </ManufacturersProduct>
52
               <Price>
53
                    <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
54
                    <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
55
               </Price>
56
               <GoodsReception>
57
                    <GoodsReceptionId
GoodsReceptionId

Goods reception identifier

>
{Integer}</GoodsReceptionId>
58
                    <Supplier
Supplier

The supplier related to the stock correction

>
59
                         <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
60
                         <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
61
                         <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
62
                    </Supplier>
63
                    <GoodsReceptionLink
GoodsReceptionLink

Goods reception reference

>
{String}</GoodsReceptionLink>
64
               </GoodsReception>
65
               <GoodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

>
{String}</GoodsReceptionItemLink>
66
          </GoodsReceptionItem>
67
          <Totals>
68
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
69
               <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
70
          </Totals>
71
          <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
72
               <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
73
               <Status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
74
               <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
75
               <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{String}</Message>
76
               <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
77
               <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
78
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
79
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{String}</Category>
80
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
81
               </NotificationType>
82
               <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
83
          </HighlightedNotification>
84
          <StockAdjustmentLink
StockAdjustmentLink

Stock adjustment identifier

>
{String}</StockAdjustmentLink>
85
     </StockAdjustment>
86
     <Paging
Paging

Detailed paging information for this list.

>
87
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
88
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
89
          <Page
Page

Page index

>
{Integer}</Page>
90
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
91
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
92
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
93
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
94
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
95
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
96
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
97
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
98
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
99
     </Paging>
100
</StockAdjustments>
1
{
2
     "stockAdjustments": [
3
          {
4
               "stockAdjustmentId
StockAdjustmentId

Stock correction identifier

":
"{Integer}",
5
               "status
Status

Status of stock correction

Possible domain values can be found here

":
"{Integer}",
6
               "type
Type

Type of stock correction

Possible domain values can be found here

":
"{Integer}",
7
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
8
               "note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

":
"{String}",
9
               "quantity
Quantity

The quantity the stock has been (or will be) corrected by. Note that a negative quantity means that the stock will be adjusted up.

":
"{Decimal}",
10
               "registrationDate
RegistrationDate

Date of registration

":
"{Date}",
11
               "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
12
               "reason
Reason

Reason for stock correction

Possible domain values can be found here

":
"{Integer}",
13
               "assignee
Assignee

The user who has been assigned to work with this object.

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

":
{
14
                    "userId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

":
"{Integer}",
15
                    "name
Name

Name of the user

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

":
"{String}",
16
                    "firstName
FirstName

First name of the user

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

":
"{String}",
17
                    "userLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.Assignee in your request URI to get this field

":
"{String}"
18
               },
19
               "stockLocation
StockLocation

The stock location beeing adjusted

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
{
20
                    "stockLocationId
StockLocationId

Stock location identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{Integer}",
21
                    "label
Label

Name of current- and parent stock locations, including seperator for location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{String}",
22
                    "location
Location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
{
23
                         "locationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{Integer}",
24
                         "name
Name

Name of location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{String}",
25
                         "shortName
ShortName

Unique abbreviation/short name of the location

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{String}",
26
                         "locationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{String}"
27
                    },
28
                    "stockLocationLink
StockLocationLink

Stock location reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockLocation in your request URI to get this field

":
"{String}"
29
               },
30
               "stockTaking
StockTaking

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockTaking in your request URI to get this field

":
{
31
                    "stockTakingId
StockTakingId

Stock taking identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockTaking in your request URI to get this field

":
"{Integer}",
32
                    "stockTakingLink
StockTakingLink

Stock taking reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.StockTaking in your request URI to get this field

":
"{String}"
33
               },
34
               "goodsReceptionItem": {
35
                    "goodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

":
"{Integer}",
36
                    "measurementUnit": {
37
                         "measurementUnitId
MeasurementUnitId

Material unit reference

":
"{Integer}",
38
                         "unit
Unit

Measurement unit (ex. mm, km, dl, kg)

":
"{String}",
39
                         "measurementUnitLink
MeasurementUnitLink

Material unit reference

":
"{String}"
40
                    },
41
                    "product": {
42
                         "productId
ProductId

Product identifier

":
"{Integer}",
43
                         "name
Name

Name of the product

":
"{String}",
44
                         "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
45
                         "description
Description

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
46
                         "productLink
ProductLink

Product reference

":
"{String}"
47
                    },
48
                    "manufacturersProduct
ManufacturersProduct

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

":
{
49
                         "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

":
"{Integer}",
50
                         "name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

":
"{String}",
51
                         "manufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.GoodsReceptionItem.ManufacturersProduct in your request URI to get this field

":
"{String}"
52
                    },
53
                    "price": {
54
                         "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
55
                         "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
56
                    },
57
                    "goodsReception": {
58
                         "goodsReceptionId
GoodsReceptionId

Goods reception identifier

":
"{Integer}",
59
                         "supplier
Supplier

The supplier related to the stock correction

":
{
60
                              "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
61
                              "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
62
                              "supplierLink
SupplierLink

Supplier reference

":
"{String}"
63
                         },
64
                         "goodsReceptionLink
GoodsReceptionLink

Goods reception reference

":
"{String}"
65
                    },
66
                    "goodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

":
"{String}"
67
               },
68
               "totals": {
69
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
70
                    "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}"
71
               },
72
               "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
{
73
                    "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{Integer}",
74
                    "status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{Integer}",
75
                    "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{Datetime}",
76
                    "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{String}",
77
                    "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{String}",
78
                    "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
{
79
                         "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{String}",
80
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{String}",
81
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{String}"
82
                    },
83
                    "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=StockAdjustment.HighlightedNotification in your request URI to get this field

":
"{String}"
84
               },
85
               "stockAdjustmentLink
StockAdjustmentLink

Stock adjustment identifier

":
"{String}"
86
          }
87
     ],
88
     "paging
Paging

Detailed paging information for this list.

":
{
89
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
90
          "position
Position

Position of the first element in the list

":
"{Integer}",
91
          "page
Page

Page index

":
"{Integer}",
92
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
93
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
94
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
95
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
96
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
97
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
98
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
99
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
100
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
101
     }
102
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found